ArrayObject
PHP Manual

ArrayObject::offsetExists

(PHP 5 >= 5.1.0)

ArrayObject::offsetExistsReturns whether the requested $index exists

Descripción

bool ArrayObject::offsetExists ( mixed $index )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Lista de parámetros

index

The index being checked.

Valores retornados

TRUE if the requested $index exists, otherwise FALSE


ArrayObject
PHP Manual